Method OrderByDescRedb<TKey>(Expression<Func<IRedbObject, TKey>>)

Assembly: redb.Core.dll

Sort within window by IRedbObject base field (descending).
Uses IRedbObject for compile-time safety - Props not visible!

public IWindowSpec<TProps> OrderByDescRedb<TKey>(Expression<Func<IRedbObject, TKey>> keySelector)